home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Announcer / UserState.cp < prev    next >
Encoding:
Text File  |  1997-06-28  |  140 b   |  12 lines  |  [TEXT/CWIE]

  1. // UserState.cp
  2.  
  3. #ifndef UserState_h
  4. #include "UserState.h"
  5. #endif
  6.  
  7. UserState& UserState::The()
  8.   {
  9.     static UserState the;
  10.     return the;
  11.   }
  12.